home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / schoolsh.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-08  |  1KB  |  45 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo  You are about to install the HOME SCHOOLING program to a directory
  6. echo.
  7. echo  on your C:DRIVE named SCHOOL1.  If you wish to abort this installation
  8. echo.
  9. echo  press the CTRL and C keys, at the same time, and answer Y to the
  10. echo.
  11. echo  "ABORT BATCH JOB?" prompt, that will appear on the screen.  You will
  12. echo.
  13. echo  then return to DOS, without installing the program.  If you wish to
  14. echo.
  15. echo  continue with the installation, then press any key.  You will end up
  16. echo.
  17. echo  in the C:SCHOOL1 directory, and can type GO and press ENTER to run it.
  18. echo.
  19. pause
  20. md c:\school1
  21. copy *.* c:\school1
  22. cls
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo.
  28. echo.
  29. echo.
  30. echo.
  31. echo      The installation of the HOME SCHOOLING program is complete!
  32. echo.
  33. echo      After you press any key, to continue, you will be in the SCHOOL1
  34. echo.
  35. echo      directory.  Just type GO and press enter, to run the program.
  36. echo.
  37. echo.
  38. echo.
  39. echo.
  40. echo.
  41. echo.
  42. pause
  43. c:
  44. cd school1
  45.